projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d487ae
)
(getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 07:51:25 +0000
(07:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 07:51:25 +0000
(07:51 +0000)
src/filelock.c
patch
|
blob
|
history
diff --git
a/src/filelock.c
b/src/filelock.c
index 68c10834422474fb6a4483a0f99c5d2929ba02e8..dd331de57c08d3ce067bcbba2e05d6200d982947 100644
(file)
--- a/
src/filelock.c
+++ b/
src/filelock.c
@@
-59,7
+59,7
@@
extern int errno;
extern char *egetenv ();
extern char *strcpy ();
-#if
defined (__bsdi__) || defined (DECLARE_GETPWUID_WITH_UID_T)
+#if
def DECLARE_GETPWUID_WITH_UID_T
extern struct passwd *getpwuid (uid_t);
#else
extern struct passwd *getpwuid ();